home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
utils
/
player
/
sflic.exe
/
pak
/
STFL.DOC
< prev
next >
Wrap
Text File
|
1994-04-15
|
12KB
|
265 lines
STARFLIC 1.20 - Flic File Compiler and Player, (C) 1994, TRIUS, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unmodified copies of the Shareware version of this program may be
distributed for a 30-day evaluation, provided no payment or any other
consideration is charged. Distribution of this program in combination
with any other software or hardware, requires written permission from
TRIUS, Inc.
This is NOT a free program! (See the text file LICENSE.DOC for more
details) Use beyond a 30-day evaluation period requires purchase of
License (Registration). To register and get the License to use the
program, receive the latest version, printed documentation, technical
support, etc., send $29.00 US (plus $6 for S&H) to:
TRIUS,Inc.
P.O. Box 249
N. Andover, MA 01845-0249
You may also order a registered copy of the program (using VISA,
MasterCard, or AMEX), by calling:
1-800-468-7487 Orders ONLY!
You may contact TRIUS, Inc. for information at:
Tel: 508-794-9377
Fax: 508-688-6312
BBS: 508-794-0762 (2400/9600/14400,N,8,1)
CIS: 71333,103 (PCVENF forum, Section 16)
Internet: 71333.103@compuserve.com
General
~~~~~~~
STARFLIC is a program designed to perform the following functions:
- View Individual TGA files (produced by
ProtoCAD 3D or other programs)
- Compile sets of TGA files into a flic (FLI) file
- Play flic (FLI, FLC) animation files (created by
STARFLIC or other programs)
FLI and FLC file formats were developed by Autodesk and have become
a standard in file animation. They are used by a number of animation
programs including Autodesk 3D Studio and Autodesk Animator Pro. The
two file structures are similar the basic difference being that FLI
files use Byte Oriented Differential Data Compression, while FLC files
use Word Oriented Differential Data Compression.
Installation
~~~~~~~~~~~~
STARFLIC is distributed as a Self-Extract (SFX) executable file
(SFLIC.EXE). This SFX contains the program, the documentation (as a
plain ASCII file), and sample TGA, FLI and FLC files.
To install the program, simply copy the SFX into the desired directory
on your disk (hard disk recommended), then log into that directory,
type SFLIC and press ENTER. The program will extract the files,
giving you a continuous status display. When the extraction is
finished and you are presented with the DOS prompt, you are ready to
start the program.
Using the program
~~~~~~~~~~~~~~~~~
STARFLIC is started by typing the program name (FLMK), followed by a
file name and any desired options and pressing ENTER.
Usage: STFL filename [options]
filename - The filename(s) on which STARFLIC is supposed to
operate, including the appropriate file extension.
Legal DOS file name wildcards are permitted (where
applicable). Some of the options (see below) are
automatically inferred by the file extension
specified.
(a) Example: STFL FILE?.TGA
Based on the extension (TGA) the program assumes
you want to compile a set of TGA files
(FILE0.TGA,... FILE9.TGA), into a flick (FLI)
file. Note that the TGA files will be processed
(compiled) in alphabetical order.
(b) Example: STFL FILE.FLI
Based on the extension (FLI) the program assumes
you want to play the animation (FLI) flic file,
named FILE.FLI.
(C) Example: STFL FILE?.PCX
Based on the extension (PCX) the program assumes
you want to compile a set of PCX files (16-clolor PCX
files, only!), (FILE0.PCX,... FILE9.PCX), into a
flick (FLI) file. The image size will be half the
original PCX size. The 16 original colors may be
mapped onto more that 256 colors in the FLI file, by
intensity averaging. Note that the PCX files will be
processed (compiled) in alphabetical order.
** It should be pointed out that although StarFlic
is capable of compiling and playing FLI/FLC files
of various sizes, other flick players are ONLY
capable of playing FLI files that are 320x200!
As a consequence, these other players might NOT
be able to play FLI files created by StarFlic,
using PCX files!
Available options
~~~~~~~~~~~~~~~~~
/D# - Delay between frames (milliseconds) (Ex. /D50, /D100)
May be specified when compiling or playing a file.
/F# - Anti-Alias & Scale Down by # using a 3x3 Bartlett
filter. This option is used when compiling the FLI
file.
/G - Use gray scale. This option can be used both
when creating a flic file and when playing it.
(a) If /G is used when the flic file is created,
then the TGA colors are mapped onto a 0-63 gray scale
palette using the following formula:
gray shade = (11*B + 59*R + 30*G)/100
where R,G,B are the TGA file Red, Green and Blue
values, respectively (each 0-63).
Using /G when compiling the flic file tends to
provide better shade differentiation
(b) If /G is specified while playing the flic file,
then the FLI/FLC palette is mapped onto a 0-63 gray
scale. This would not usually give you as
good quality gray scale, as (a), since you might be
trying to map a large number of colors in the
TGA file (thousands) onto 64 shades.
If not specified, a color palette is used (stored
in the FLI or FLC file).
/H# - Pause execution of the flic file at frame number #, until
the user takes some action. Note the frames, internally,
start with frame #1.
/I# - Adjust Intensity of Image (1-63). This integer is
added to each color intensity stored in the file.
/K - Kill (erase) TGA files after the FLI flic file has
been compiled. User is prompted to confirm deletion.
/L Loop the input TGA files when compiling a flic file. For
example, if files MYFILE1.TGA, MYFILE2.TGA, MYFILE3.TGA
and MYFILE4.TGA are specified as the input, then the
Flic file will contain 6 frames in the sequence:
Frame #1 - MYFILE1.TGA
Frame #2 - MYFILE2.TGA
Frame #3 - MYFILE3.TGA
Frame #4 - MYFILE4.TGA
Frame #5 - MYFILE3.TGA
Frame #6 - MYFILE2.TGA
/M - Make a FLI animation using *.TGA input files. This
command option may be omitted if the file extension is
specified in 'filename' above. Useful when the files
processed do not have the TGA extension (Note that
they STILL have to be TGA format files!).
/N - Display the frame number (lower left corner of the
screen) as a flic file is played.
/O[ ... ] - Name of output file. Used with the /M or the /V
command options. IF a name is not specified,
MOVIE.FLI is used as the output file.
/P - Play flic file animation (*.FLI or *.FLC). This
command option may be omitted if the file extension is
specified in 'filename' above. Useful when the file
processed does not have the FLI or FLC extension (Note that
it STILL have to be an FLI or FLC format files!).
/R# - Resolution option. # can be a value from 1 to 6
1=320x200, 256 colors Default (if R# is not specified)
2=320x400, 256 colors
3=640x350, 16 colors (Standard EGA)
4=640x480, 256 colors (VESA mode $101)
5=800x600, 256 colors (VESA mode $103)
6=1024x768, 256 colors (VESA mode $105)
** Note that modes 4,5, and 6 require a VESA driver,
or BIOS VESA support. Check your Video adapter
user's manual to see if VESA modes are supported.
/S - Play frames once and stop. If this command option is
not specified, the program will continuously play the
FLI or FLC file, until ESC is pressed.
/V - Create a flic file and immediately view it. Useful for
viewing single TGA files.
While Viewing
~~~~~~~~~~~~~
The following keys are active while viewing a flic file:
1..9 - Delay between each frame
0 - Pause for single frame action (pressing 0 repeatedly,
permits you to view a flic file a frame at a time).
PgDn - Decrease intensity of palette
PgUp - Increase Intensity of palette
ESC - Stop the animation and terminate the program.
SFLIC.EXE contents
~~~~~~~~~~~~~~~~~~
The SFLIC.EXE (SFX) compressed file should contain the following:
STFL.EXE - The main executable Program
STFL.DOC - This plain ASCII file
LICENSE.DOC - Information regarding the License to
Evaluate/Use the program
ORDER.DOC - Information on how to order this or other
TRIUS programs
VENDOR.DOC - Information regarding distribution of the
shareware version of this program.
FR001.TGA - : ------
FR002.TGA - : Sample TGA and PCX files created with ProtoCAD 3D
FR003.TGA - : You can use these files to compile and play
FR001.PCX - : your own simple FLI files using StarFlic
FR002.PCX - : .....
FR003.PCX - : ------
MOVIE.FLI - Sample flic file created using ProtoCAD 3D TGA images
(15 frames, compiled with: /F3 /L /D100 )
ARROW.FLI - A simple example of a Flic file (Public Domain)
INBASKET.FLI - A simple example of a Flic file (Public Domain)
ANIMAL.FLI - A simple example of a Flic file (Public Domain)
-------------------------------------------------------------------- End